home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / finance / spreadsh.sum < prev    next >
Text File  |  1996-11-16  |  3KB  |  68 lines

  1. Someone wanted a summary posted.  I'll do what I can:
  2.  
  3. 1)  sc.   This is a standard free unix spreadsheet.  Reasonable power and 
  4. features, but lacks some common features (like sorting) that you would expect,
  5. and the command syntax takes getting used to.  Like many older unix programs,
  6. it doesn't use the features of a modern keyboard, and so commands tend to be 
  7. keystrokes.  To enter characters in a cell, you need to go to insert mode.
  8.  
  9. Most keybindings are vi-ish.  No graphs.  Works better in some terminal types 
  10. than others.  Stable, though.  Comes with a parser to import from other ascii
  11. formats.  Output to plain text, or colon-separated table.
  12.  
  13. Current version is 6.23 I think.  Comes with slackware.
  14.  
  15. 2)  xspread.  The latest versions of this are extensions of sc-6.2*.  
  16. Understand the mouse pretty well, and has some graphing capabilities (like
  17. bar graphs of data, etc.)  Still has some ``mode'' issues, in that if you click 
  18. the mouse on a cell, it is not by default in `input' mode.  Commands for 
  19. editing cells are from sc.  Some lotus-like extensions of sc sommands, and 
  20. a command menu.  No X cut&paste.
  21.  
  22. Version number:  I have 2.3, which is based on sc-6.21.  There may be a newer 
  23. one.  Hard to find on the net, but at least a fairly recent version is in 
  24. slackware.  
  25.  
  26. 3) ss.  An sc variant, with more lotus-like commands.  I like it better than sc.
  27. Nice output options.  Can output into TeX, troff (I believe), etc.  Better 
  28. cell-editing options than sc.  No graphics that I know about.  Same importing
  29. capabilities as sc.
  30.  
  31. I have 1.33.  I think it's more-or-less available, but I got it from someone
  32. else through e-mail.  
  33.  
  34. 4)  oleo.  This I know nothing about.  It is supposed to be powerful, but is
  35. like emacs in that it takes some work to use.  I hope someone can provide more 
  36. information.
  37.  
  38. 5)  table. Part of the auis-wp package.  Integrated with the rest of the Andrew
  39. stuff, allows the use of formatted text, equations, and graphics as cell 
  40. contents, and allows a working spreadsheeet to be part of an ez document.
  41.  
  42. There is a good (and customizable) menu of options, and on-line help.  File
  43. save format is a tab-separated ascii file, with embedded strings top and bottom
  44. for cell size, etc.  No importing capabilities that I can figure out; you need 
  45. to put it in that format (it'll add the embedded commands).
  46.  
  47. There is a thing that lets you have as range of cells bar graphs and the like, 
  48. but it doesn't have real graphing capabilities.
  49.  
  50. Functions are more limited than sc and its clones.  Cell addresses are a pair of
  51. numbers rather than a letter-number combination, so no formulaic compatibility 
  52. with sc or lotus (many formulas in lotus-123 are the same in sc, etc.).  Some
  53. obvious statistical functions are missing.
  54.  
  55. Cut and paste of cells is well-managed, and it uses the mouse well.  In fact 
  56. you must use the mouse to navigate (for Pg-up and Pg-dn, for example).
  57.  
  58. Bugs:  I can't change the default display font, and printing is only 
  59. double-spaced.  There are display problems with the row numbers obscured by 
  60. the window border.  I have heard that the spreadsheet size is limited, but 
  61. managed to keep a whole year's worth of checking account activity on it.
  62.  
  63. That's all I know anything about.  There is also another variant of sc, I 
  64. think called slsc ??, built independently of the curses library, but it 
  65. seemed to have only a small subset of sc's commands.  Perhaps someone else can
  66. sing its praises.
  67.  
  68.